object FrmTwistProgress: TFrmTwistProgress Left = 387 Top = 318 BorderIcons = [] BorderStyle = bsDialog Caption = 'Please Wait' ClientHeight = 94 ClientWidth = 302 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 56 Top = 15 Width = 233 Height = 29 AutoSize = False Caption = 'asdfasdfasdfasdfasdfasd' WordWrap = True end object Image1: TImage Left = 9 Top = 13 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object ProgressBarUn: TCsXpProgressBar Left = 7 Top = 63 Width = 283 Height = 16 TabOrder = 0 Active = False AnimationSpeed = 60 end object ProgressBar1: TProgressBar Left = 7 Top = 63 Width = 283 Height = 16 Position = 55 TabOrder = 1 end end